@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300;1,700&display=swap");
:root {
  --primary-color: #fff;
  --text-color: #fff;
  --bk-color: #000;
  --icon-color:#fff;
  --list-hover-color:#2e2102;
  --icon-hover-color:#daa220;
  --clr-primary-200: #503903;
  --clr-primary-400: #CB9B2B;
  --clr-neutral-100:#fff;
  --clr-neutral-900: #102831;
  --ff-primary: 'open sans', Arial, Helvetica, sans-serif;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box: bordet-box;
}
html{
    scroll-behavior:smooth;
    scroll-pading: 7rem;
}
body,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

h2,
h3 {
  margin-bottom: 0em;
  font-size: 1em;
  line-height: 1em;
  color: var(--clr-neutral-500);
}

.bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

header h1 {
  font-size: 2em;
  letter-spacing: 5px;
}

header .h1-article {
  color: var(--clr-neutral-500);
  line-height: 3em;
  font-size: 2em;
}

header h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1;
}

section h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1;
  color: var(--clr-primary-400);
}

img {
  display: block;
  margin: 1em auto 0 auto;
}

.container {
  display: block;
  margin: 1em auto 0 auto;
  max-width: 800px;
  color: var(--text-color);
  font-size: 1.2em;
  padding: .5em;
}

.circle-imge {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.paralax {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 165, 17, 0.3)), to(rgba(224, 152, 18, 0.3))), url("../images/haifacity_H_800x476.jpg");
  background-image: linear-gradient(rgba(219, 165, 17, 0.3), rgba(224, 152, 18, 0.3)), url("../images/haifacity_H_800x476.jpg");
}

.paralax-content {
  width: 90%;
  height: 95vh;
  background-size: cover;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 165, 17, 0.3)), to(rgba(224, 152, 18, 0.3))), url("../images/haifacity__H.png");
  background-image: linear-gradient(rgba(219, 165, 17, 0.3), rgba(224, 152, 18, 0.3)), url("../images/haifacity__H.png");
  margin: auto;
  margin-top: 5px;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
}

.footer {
  padding-top: 10px;
  position: relative;
  height: 900px;
  margin-top: -900;
}

footer .sect h3 {
  font-size: 1em;
  color:#FCCA57;
  margin: 15px 0px;
}

section {
  padding: 1rem;
}

.bg-light {
  background-color: var(--clr-primary-200);
  color: var(--clr-neutral-900);
}

.bg-primary {
  background-color: var(--clr-primary-500);
  color: var(--clr-neutral-100);
}

.bg-dark {
  background-color: var(--clr-neutral-900);
  color: var(--clr-neutral-100);
}

body {
  background-color: #303131;
  font-family: var(--ff-primary);
  font-weight: 100;
  font-size: 1em;
  line-height: 1.6;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#cb9b2b), to(#666060));
  background: linear-gradient(to bottom right, #cb9b2b, #666060);
  color: var(--text-color);
}

nav .logoImg img {
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}

nav .openMenu {
  display: none;
  font-size: 2em;
  margin: 10px;
  cursor: pointer;
}

nav .mainMenu {
  list-style: none;
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  margin-right: 70px;
}

nav .mainMenu ul li {
  display: inline-table;
  padding: 1rem;
  line-height: 1em;
  margin: 0 5px;
}

nav .mainMenu li a {
  text-decoration: none;
  color: var(--icon-color);
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px 5px;
  border-radius: 10px;
}

nav .mainMenu .closeMenu, .icons i {
  display: none;
  font-size: 2em;
}

.icons_for_desktop i {
  display: inline;
  font-size: 2em;
  padding: 0.3em;
  color: var(--icon-color);
}

nav .contactNav {
  top: 40px;
  display: none;
}

nav .contactNav a {
  font-size: .9em;
  top: 40px;
  display: none;
  color: var(--list-hover-color);
}

nav .logoMenu {
  display: none;
}

a {
  color: var(--icon-color);
  text-decoration: none;
}

svg {
  fill: var(--icon-color);
}

.bottonStyle h2 {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 7px 17px;
  border-radius: 10px;
  background-color: rgba(219, 179, 85, 0.432);
  font-size: 1.5em;
}

nav .mainMenu li a:hover {
  background: var(--list-hover-color);
  -webkit-transition: .5s;
  transition: .5s;
}

.bottonStyle h2:hover {
  -webkit-transition: .5s;
  transition: .5s;
  padding: 2rem;
  background-color: rgba(129, 102, 38, 0.7);
}

.fa-facebook:hover {
  color: var(--icon-hover-color);
}

.fa-waze:hover {
  color: var(--icon-hover-color);
}

.fa-instagram:hover {
  color: var(--icon-hover-color);
}

.fa-whatsapp:hover {
  color: var(--icon-hover-color);
}

.fa-phone:hover {
  color: var(--icon-hover-color);
}

.fa-envelope:hover {
  color: var(--icon-hover-color);
}

.fa-times-circle:hover {
  color: var(--icon-hover-color);
}

.fa-share-alt:hover {
  color: var(--icon-hover-color);
}

.footer_condition {
  color: var(--text-color);
  font-size: .8em;
  margin: .7em;
}

@media (max-width: 952px) {
  nav .mainMenu {
    font-size: 1em;
    height: 80vh;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: margin-left 5s ease;
    transition: margin-left 5s ease;
    display: none;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(102, 96, 96, 0.95)), to(rgba(203, 155, 43, 0.95)));
    background: linear-gradient(to bottom right, rgba(102, 96, 96, 0.95), rgba(203, 155, 43, 0.95));
  }
  nav .mainMenu ul li {
    display: block;
    padding: 0.5rem;
    line-height: 2em;
    margin: 0 1px;
  }
  nav .mainMenu ul {
    width: 100%;
  }
  nav .contactNav {
    margin: 20px;
    display: block;
  }
  nav .contactNav a {
    display: block;
    padding: .5rem 0.5rem;
  }
  nav .mainMenu .logoMenu {
    display: none;
    position: absolute;
    top: 0px;
    right: 10px;
  }
  nav .mainMenu .logoMenu img {
    border-radius: 50%;
  }
  nav .mainMenu .closeMenu {
    display: block;
    position: absolute;
    
    top: 0px;
    left: 10px;
  }
  i {
    color: var(--icon-color);
    padding: 1em;
    font-size: 1.6 rem;
  }
  nav .openMenu {
    display: block;
  }
  nav .mainMenu li a:hover {
    background: none;
    color: var(--list-hover-color);
    font-size: 1.6 rem;
  }
  .icons i {
    display: inline;
    padding: .4em;
    color: var(--icon-color);
  }
  .icons_for_desktop i {
    display: none;
  }
  .navbar {
    height: 80px;
  }
  .paralax {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 165, 17, 0.3)), to(rgba(224, 152, 18, 0.3))), url("../images/haifacity4_360x800.jpg");
    background-image: linear-gradient(rgba(219, 165, 17, 0.3), rgba(224, 152, 18, 0.3)), url("../images/haifacity4_360x800.jpg");
  }
  .paralax-content {
    width: 95%;
    height: 95vh;
    background-size: cover;
    background-attachment: fixed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 165, 17, 0.3)), to(rgba(224, 152, 18, 0.3))), url("../images/haifacity4_360x800.jpg");
    background-image: linear-gradient(rgba(219, 165, 17, 0.3), rgba(224, 152, 18, 0.3)), url("../images/haifacity4_360x800.jpg");
    margin: auto;
    margin-top: 5px;
    -webkit-box-shadow: 0 0 10px black;
            box-shadow: 0 0 10px black;
  }
}

.contact-form {
  margin-top: 100px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

.contact-form h1 {
  font-size: 32px;
}

form {
  margin-top: 50px;
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
  caret-color:var(--icon-hover-color); 
}

.form-control {
  width: 400px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}

input {
  height: 45px;
}

form .submit {
  background: -webkit-gradient(linear, left top, right bottom, from(#cb9b2b), to(#666060));
  background: linear-gradient(to bottom right, #cb9b2b, #666060);
  border: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  border-radius: .5rem;
}

form .submit:hover {
  background: var(--icon-hover-color);
  -webkit-transition: .5s;
}
/*# sourceMappingURL=main.css.map */